CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 模拟退火 matlab

搜索资源列表

  1. annual

    0下载:
  2. 经典算法,模拟退火,十分实用,适合有一定Matlab基础的人-a very good algorithm
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-12
    • 文件大小:3004654
    • 提供者:yiming
  1. MATLAB十大算法源代码

    3下载:
  2. 里面有MATLAB常用的一些算法,有神经网络,灰度预测,类比法,模拟退火等源码,希望能帮助到有需要的人。
  3. 所属分类:matlab例程

  1. 模拟退火法解决车辆路径问题

    2下载:
  2. 模拟退火法解决车辆路径问题,用matlab编程解决的,亲测可用.
  3. 所属分类:matlab例程

  1. 精通MATLAB智能算法(2015代码)

    1下载:
  2. 这是一个智能算法程序吧,里面有模拟退火算法,遗传算法,粒子群算法等等,希望这些算法对初学者来说有用处。(This program is an intelligent algorithm, simulated annealing algorithm, genetic algorithm, particle swarm optimization (pso) algorithm and so on, hope that the algorithm is useful for beginners.)
  3. 所属分类:其他

    • 发布日期:2017-12-15
    • 文件大小:7047168
    • 提供者:pursh
  1. SA

    0下载:
  2. 使用模拟退火解旅行商问题,因为这个问题本身是一个NP难问题,所以也就求不到最优解,不过应该可以求得一个比较好的解,然后再手工优化。(Using simulated annealing to solve the traveling salesman problem, because the problem itself is a NP hard problem, so it can not find the optimal solution, but it should be able to ob
  3. 所属分类:matlab例程

    • 发布日期:2017-12-23
    • 文件大小:1024
    • 提供者:Maxxxxx
  1. SAforTSP

    0下载:
  2. 模拟退火算法求解物流配送系统的tsp问题,使用MATLAB编写语言,简单易懂,适合初学者学习。(Simulated annealing algorithm for solving logistics and distribution systems TSP problem, using MATLAB programming language, easy to understand, suitable for beginners to learn.)
  3. 所属分类:数值算法/人工智能

  1. 模拟退火算法

    0下载:
  2. 此种算法简单,有效,可以对所求的数据更加优化,使所求数据更加合理,绝对可以运行,请大家放心。(This algorithm is simple and effective. It can be more optimized for the data requested, so that the data is more reasonable and can be run. Please be assured.)
  3. 所属分类:matlab例程

    • 发布日期:2017-12-24
    • 文件大小:1024
    • 提供者:宁采臣
  1. 模拟退火

    0下载:
  2. 此代码用于求解二维数据中的优化问题,效果挺好的,文件里有二维数据的问题,大家可以好好看看!(This code is used to solve optimization problems in 2d data. The results are good. There are two dimensional data problems in the file, so you can have a good look!)
  3. 所属分类:matlab例程

    • 发布日期:2017-12-24
    • 文件大小:1024
    • 提供者:宁采臣
  1. 30个MATLAB算法应用例程

    0下载:
  2. 介绍了累计30个算法的程序案例,从神经网络、遗传、模拟退火、SVM等案例开始。(This paper introduces the case of 30 algorithms, starting with neural networks, genetic algorithms, simulated annealing, SVM and so on.)
  3. 所属分类:matlab例程

  1. 模拟退火禁忌搜索遗传算法神经网络MATLAB程序合集

    0下载:
  2. 模拟退火,禁忌搜索,遗传算法,神经网络-MATLAB程序合集(Simulated annealing, tabu search, genetic algorithms, neural networks - MATLAB collection)
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2017-12-26
    • 文件大小:5120
    • 提供者:1155
  1. MATLAB智能算法30个案例分析_decrypted

    2下载:
  2. MATLAB智能算法案例分析,包括粒子群算法、蚁群算法,模拟退火算法等(Case study of MATLAB intelligent algorithm)
  3. 所属分类:其他

    • 发布日期:2017-12-28
    • 文件大小:51948544
    • 提供者:U Know
  1. MATLAB

    0下载:
  2. 本文件主要是解决TSP问题的模拟退化算法,并对算法进行了一些的改进和调整。(Analog degradation algorithm)
  3. 所属分类:matlab例程

    • 发布日期:2017-12-29
    • 文件大小:5120
    • 提供者:Aaron Vans
  1. sacode1

    0下载:
  2. 模拟退火算法解决函数ff=x^2(-20<x<20)极值(Simulated annealing algorithm for solving function extremum)
  3. 所属分类:matlab例程

    • 发布日期:2017-12-28
    • 文件大小:1024
    • 提供者:WangGangsut
  1. Simulated-Annealing-master

    0下载:
  2. matlab 模拟退火算法例子程序,求解一个数,代码及其简易,建议多学习(Matlab simulated annealing algorithm example program)
  3. 所属分类:matlab例程

    • 发布日期:2017-12-31
    • 文件大小:1024
    • 提供者:asialiu
  1. matlab

    0下载:
  2. 用于解决TSP的启发式算法的matlab程序,包含模拟退火算法与遗传算法。(Matlab program for solving TSP heuristic algorithm, including simulated annealing algorithm and genetic algorithm.)
  3. 所属分类:matlab例程

    • 发布日期:2017-12-31
    • 文件大小:82944
    • 提供者:canlee1992
  1. Auto_Path

    1下载:
  2. 利用MATLAB语言模拟退火算法和遗传算法这两个算法结合构成的遗传模拟退火算法对移动机器人进行路径规划(Using MATLAB simulated annealing algorithm and genetic algorithm two genetic algorithms combined with genetic simulated annealing algorithm for mobile robot path planning)
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2018-01-01
    • 文件大小:3072
    • 提供者:不二文静
  1. StimulatedAnnealing

    0下载:
  2. 基于MATLAB的模拟退火,利用metroplis过程求解多变量下函数的最小值点。(simulated annealing)
  3. 所属分类:其他

    • 发布日期:2018-01-02
    • 文件大小:1024
    • 提供者:brainy
  1. Class_12

    0下载:
  2. 介绍模拟退火算法的功能和matlab程序(The function and matlab program of simulated annealing algorithm are introduced)
  3. 所属分类:其他

    • 发布日期:2018-01-05
    • 文件大小:450560
    • 提供者:cumt龙哥
  1. tsp_use_simulated_annealing

    0下载:
  2. 模拟退火TSPMatlab实现,Matlab代码(tsp_use_simulated_annealing)
  3. 所属分类:其他

    • 发布日期:2018-01-06
    • 文件大小:1024
    • 提供者:你2017
  1. SA(能量终止)

    1下载:
  2. 基于模拟退火与马尔可夫随机场的遥感图像分割的matlab代码(the image segmentation based on the SA and MNF)
  3. 所属分类:图形图像处理

    • 发布日期:2018-01-10
    • 文件大小:4096
    • 提供者:lastdance
« 1 2 3 4 5 6 78 9 10 11 12 ... 30 »
搜珍网 www.dssz.com